projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c83f7
)
* Fix truncated warnings (bug#47024)
author
Andrea Corallo
<akrl@sdf.org>
Wed, 10 Mar 2021 14:50:58 +0000
(15:50 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 10 Mar 2021 14:50:58 +0000
(15:50 +0100)
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Bind
`warning-fill-column' to `most-positive-fixnum'.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 81ab361fff7b5c5973c9eeff5b58cb61de282600..3d2a345e21015a2534e94e5c015c968654d274e4 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-3882,7
+3882,8
@@
display a message."
comp-eln-load-path ',comp-eln-load-path
comp-native-driver-options
',comp-native-driver-options
- load-path ',load-path)
+ load-path ',load-path
+ warning-fill-column most-positive-fixnum)
,comp-async-env-modifier-form
(message "Compiling %s..." ,source-file)
(comp--native-compile ,source-file ,(and load t))))